home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / proboard / userb12.zip / USERBAR.INI < prev    next >
Text File  |  1996-05-07  |  1KB  |  58 lines

  1. ; INI file for UserBars 1.2 by Virtual Soft Productions
  2. ; -----------------------------------------------------
  3.  
  4. ; Display TimeBar on screen? (False = don't display bar)
  5. DisplayTimeBar = Yes
  6.  
  7. ; Display KbBar on screen? (False = don't display bar)
  8. DisplayKbBar = Yes
  9.  
  10. ; X position of the Time Bar
  11. X1 = 39
  12.  
  13. ; Y position of the Time Bar
  14. Y1 = 23
  15.  
  16. ; X position of the Time Percent
  17. X2 = 55
  18.  
  19. ; Y position of the Time Percent
  20. Y2 = 23
  21.  
  22. ; X position of the Kb Bar
  23. X3 = 60
  24.  
  25. ; Y position of the Kb Bar
  26. Y3 = 23
  27.  
  28. ; X position of the Kb Percent
  29. X4 = 76
  30.  
  31. ; Y position of the Kb Percent
  32. Y4 = 23
  33.  
  34. ; Line where UserBar jumps to if it quits
  35. Line = 23
  36.  
  37. ; Length of the Bars
  38. Length = 12
  39.  
  40. ; *** Character and Color configuration ***
  41.  
  42. ; Colors are standard PC attributes : (16*background)+foreground
  43.  
  44. ; Color of the Text (Tm and Kb)
  45. TextColor1 = 11
  46. ; Color of the percent amount
  47. TextColor2 = 12
  48. ; Color of the percent sign (%)
  49. TextColor3 = 4
  50. ; Foreground Color of the Bar
  51. FColor = 9
  52. ; Background Color of the Bar
  53. BColor = 8
  54. ; Character to use at foreground
  55. FChar = ▓
  56. ; Character to use in background
  57. BChar = ░
  58.